Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 4, 2023

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.7 -> 8.12.1 age adoption passing confidence
org.sonarqube plugin patch 6.0.0.5145 -> 6.0.1.5171 age adoption passing confidence
org.jetbrains:annotations dependencies patch 26.0.0 -> 26.0.2 age adoption passing confidence
org.apache.logging.log4j:log4j-slf4j2-impl (source) dependencies minor 2.22.0 -> 2.24.3 age adoption passing confidence
org.apache.logging.log4j:log4j-core (source) dependencies minor 2.22.0 -> 2.24.3 age adoption passing confidence
org.apache.logging.log4j:log4j-api (source) dependencies minor 2.22.0 -> 2.24.3 age adoption passing confidence
com.diffplug.spotless plugin minor 6.23.2 -> 6.25.0 age adoption passing confidence
com.diffplug.spotless:spotless-plugin-gradle dependencies minor 6.23.2 -> 6.25.0 age adoption passing confidence
io.gitlab.arturbosch.detekt plugin patch 1.23.4 -> 1.23.7 age adoption passing confidence
io.gitlab.arturbosch.detekt:detekt-gradle-plugin (source) dependencies patch 1.23.4 -> 1.23.7 age adoption passing confidence
com.gradle.develocity plugin minor 3.17.2 -> 3.19.1 age adoption passing confidence
org.assertj:assertj-core (source) dependencies minor 3.24.2 -> 3.27.3 age adoption passing confidence
io.kotest:kotest-runner-junit5 dependencies minor 5.8.0 -> 5.9.1 age adoption passing confidence
io.kotest:kotest-property dependencies minor 5.8.0 -> 5.9.1 age adoption passing confidence
io.kotest:kotest-framework-engine dependencies minor 5.8.0 -> 5.9.1 age adoption passing confidence
io.kotest:kotest-assertions-core dependencies minor 5.8.0 -> 5.9.1 age adoption passing confidence
org.jetbrains.kotlinx.kover plugin minor 0.8.1 -> 0.9.1 age adoption passing confidence
org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin dependencies minor 0.8.1 -> 0.9.1 age adoption passing confidence
org.junit.jupiter:junit-jupiter-api (source) dependencies minor 5.10.2 -> 5.11.4 age adoption passing confidence
org.junit:junit-bom (source) dependencies minor 5.10.2 -> 5.11.4 age adoption passing confidence
org.apache.commons:commons-text (source) dependencies minor 1.11.0 -> 1.13.0 age adoption passing confidence
io.github.gradle-nexus.publish-plugin plugin patch 2.0.0-rc-1 -> 2.0.0 age adoption passing confidence
com.github.spotbugs plugin minor 6.0.1 -> 6.1.3 age adoption passing confidence
com.github.spotbugs.snom:spotbugs-gradle-plugin dependencies minor 6.0.1 -> 6.1.3 age adoption passing confidence
io.freefair.lombok plugin minor 8.4 -> 8.12.1 age adoption passing confidence
io.vavr:vavr (source) dependencies patch 0.10.4 -> 0.10.6 age adoption passing confidence
org.jetbrains.kotlin.jvm plugin minor 2.0.0 -> 2.1.10 age adoption passing confidence
org.jetbrains.kotlin:kotlin-gradle-plugin (source) dependencies minor 2.0.0 -> 2.1.10 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.12.1

Compare Source

v8.12

Compare Source

v8.11.1: 8.11.1

Compare Source

This is a patch release for Gradle 8.11. We recommend users upgrade to 8.11.1 instead of 8.11.

It fixes the following issues:

  • #​31268 BuildEventsListenerRegistry corrupted with Isolated Projects and parallel configuration
  • #​31282 Running executables sporadically fails with ETXTBSY (Text file busy)
  • #​31284 ArrayIndexOutOfBoundsException after upgrading to gradle 8.11 when generating problems report
  • #​31310 Unable to run Gradle task in 8.10 due to bytecode interception

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 8.11.1 by updating your wrapper:

./gradlew wrapper --gradle-version=8.11.1

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.11: 8.11

Compare Source

The Gradle team is excited to announce Gradle 8.11.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
alyssoncs,
Bilel MEDIMEGH,
Björn Kautler,
Chuck Thomas,
Daniel Lacasse,
Finn Petersen,
JK,
Jérémie Bresson,
luozexuan,
Mahdi Hosseinzadeh,
Markus Gaisbauer,
Matthew Haughton,
Matthew Von-Maszewski,
ploober,
Siarhei,
Titus James,
vrp0211

Upgrade instructions

Switch your build to use Gradle 8.11 by updating your wrapper:

./gradlew wrapper --gradle-version=8.11

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.10.2: 8.10.2

Compare Source

This is a patch release for 8.10. We recommend using 8.10.2 instead of 8.10

It fixes the following issues:

  • #​30472 Investigate possibly broken 8.10.1
  • #​30477 Kotlin Mutliplatform build with reused daemon fails with "Cannot query the value of task ':compileKotlinWindows' property 'kotlinNativeBundleBuildService' because it has no value available."
  • #​30497 DefaultTaskCollection#configureEach(Action) on task set cannot be executed in the current context

Issues fixed in the first patch release:

  • #​30239 Gradle 8.10 Significantly Slower Due to Dependency Resolution
  • #​30272 Broken equals() contract for LifecycleAwareProject
  • #​30385 Gradle should not validate isolated projects when isolated projects is disabled

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 8.10.2 by updating your wrapper:

./gradlew wrapper --gradle-version=8.10.2

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.10.1: 8.10.1

Compare Source

This is a patch release for 8.10. We recommend using 8.10.1 instead of 8.10

It fixes the following issues:

  • #​30239 Gradle 8.10 Significantly Slower Due to Dependency Resolution
  • #​30272 Broken equals() contract for LifecycleAwareProject
  • #​30385 Gradle should not validate isolated projects when isolated projects is disabled

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 8.10.1 by updating your wrapper:

./gradlew wrapper --gradle-version=8.10.1

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.10: 8.10

Compare Source

The Gradle team is excited to announce Gradle 8.10.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Björn Kautler,
Craig Andrews,
gotovsky,
Jeff,
Kirill Gavrilov,
Madalin Valceleanu,
Sergei Vorobev,
Thach Le,
Thad Guidry

Upgrade instructions

Switch your build to use Gradle 8.10 by updating your wrapper:

./gradlew wrapper --gradle-version=8.10

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.9: 8.9

Compare Source

The Gradle team is excited to announce Gradle 8.9.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
/dev/mataha,
Alex-Vol-Amz,
Andrew Quinney,
Andrey Mischenko,
Björn Kautler,
dancer13,
Danish Nawab,
Endeavour233,
Gediminas Rimša,
gotovsky,
Jay Wei,
Jeff,
Madalin Valceleanu,
markslater,
Mel Arthurs,
Michael,
Nils Brugger,
Ole Osterhagen,
Piotr Kubowicz,
Róbert Papp,
Sebastian Davids,
Sebastian Schuberth,
Stefan Oehme,
Stefanos Koutsouflakis,
Taeik Lim,
Tianyi Tao,
Tim Nielens,
наб

Upgrade instructions

Switch your build to use Gradle 8.9 by updating your wrapper:

./gradlew wrapper --gradle-version=8.9

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.8: 8.8

Compare Source

The Gradle team is excited to announce Gradle 8.8.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Björn Kautler,
Denes Daniel,
Fabian Windheuser,
Hélio Fernandes Sebastião,
Jay Wei,
jhrom,
jwp345,
Jörgen Andersson,
Kirill Gavrilov,
MajesticMagikarpKing,
Maksim Lazeba,
Philip Wedemann,
Robert Elliot,
Róbert Papp,
Stefan M.,
Tibor Vyletel,
Tony Robalik,
Valentin Kulesh,
Yanming Zhou,
김용후

Upgrade instructions

Switch your build to use Gradle 8.8 by updating your wrapper:

./gradlew wrapper --gradle-version=8.8

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

JetBrains/java-annotations (org.jetbrains:annotations)

v26.0.2

Compare Source

  • Fixed missing klibs for apple artifacts.

v26.0.1

Compare Source

  • Fixed sources.jar build (regression after 25.0.0)
detekt/detekt (io.gitlab.arturbosch.detekt:detekt-gradle-plugin)

v1.23.7

1.23.7 - 2024-09-08

This is a point release for Detekt 1.23.0, built against Kotlin 2.0.10, with fixes for several bugs that got reported by the community.

Notable Changes
  • fix(deps): update kotlin monorepo to v2.0.10 - #​7517
  • Update to Kotlin 2.0.0 #​6640
  • fix(deps): update kotlin monorepo to v1.9.24 - #​7264
  • fix(deps): update dependency com.android.tools.build:gradle to v8.5.2 - #​7525
  • chore(deps): update dependency gradle to v8.10 - #​7546
Changelog
  • Add basic support for isolated projects to 1.x - #​7526
  • ExplicitCollectionElementAccessMethod: fix false positive when Map put has 3 arguments - #​7563
  • BracesOnIfStatements: fix false-positive when chained - #​7444
  • Add enum entry check in UndocumentedPublicProperty - #​7426
  • Use the anchor which is already present before - #​7423
  • Fix small corner-case in "SerialVersionUIDInSerializableClass" rule, … - #​7346
  • SwallowedException: fix false positive when exception is used as a receiver - #​7288
  • NamedArguments: fix false positive on spread varargs - #​7283
  • MultilineLambdaItParameter: fix false negative with single statement on multiple lines - #​7221
  • Check for root of receiver in selector expression - #​7220
  • Check for public companion object for UndocumentedPublicClass - #​7219
  • fix: TopLevelPropertyNaming also detecting extension property name - #​7212
  • Publish detekt-compiler-plugin-all to Maven and GH Releases - #​7179
  • versioned default detekt config file link - #​7161
  • Support rangeUntil operator for UnusedImport rule - #​7104
  • Fix false positive on it usages when type parameter is specified - #​6850
Housekeeping/Docs
  • [bugfix] AnnotationOnSeparateLine in snippets - #​6526
  • Add docs about using the Compiler Plugin with the Kotlin CLI compiler - #​7184

v1.23.6

1.23.6 - 2024-03-23

This is a point release for Detekt 1.23.0, where we added support for Kotlin 1.9.23 and fixed several bugs that got reported by the community.

Changelog
  • UselessPostfixExpression - Fix #​7037 false positive postfix - #​7084
  • Don't allow invalid Source Locations - #​7030
  • UnusedPrivateClass: don't report if private classes are used for type conversion - #​6995
  • RedundantSuspendModifier: do not report when the function has 'actual' modifier - #​6951
  • Update dependency gradle to v8.7 - #​7080
  • Update kotlin monorepo to v1.9.23 - #​7027
  • Update dependency gradle to v8.6 - #​6939
  • Update dependency com.android.tools.build:gradle to v8.3.1 - #​7070
Contributors

We would like to thank the following contributors that made this release possible: @​BraisGabin, @​psuzn, @​t-kameyama.

v1.23.5

This is a point release for Detekt 1.23.0, where we added support for Kotlin 1.9.22 and fixed several bugs that
got reported by the community.

Notable Changes
  • Test Gradle plugin with AGP 8.2.0 - #​6672
  • chore(deps): update dependency gradle to v8.5 - #​6663
  • fix(deps): update kotlin monorepo to v1.9.22 - #​6746
Changelog
  • Report rule's default severity in sarif backport - #​6916
  • Add ignoreAnnotatedFunctions to TooManyFunctions - #​6875
  • Fix by checking the existence of label in previous statements - #​6671
  • Also check USELESS_ELVIS in UnreachableCode - #​6624
  • Fix by adding last method call to the set - #​6567
Housekeeping & Refactorings
  • Opt in to ExperimentalCompilerApi in all compilations in compiler-plugin - #​6534
Contributors

We would like to thank the following contributors that made this release possible: @​3flex, @​TWiStErRob, @​atulgpt, @​matejdro

kotest/kotest (io.kotest:kotest-runner-junit5)

v5.9.1

What's Changed
Assertions
Framework
Property-testing
Docs
Build / CI/CD / Dependency updates
New Contributors

Full Changelog: kotest/kotest@v5.9.0...v5.9.1

v5.9.0

New Features
Breaking Changes
Requirements
  • Kotlin 1.9.23 and higher
  • kotlinx.coroutines 1.8.0 and higher
What's Changed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update all dependencies to v6.23.3 Update all dependencies Dec 5, 2023
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from ea7722f to 312b196 Compare December 8, 2023 06:50
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 8029eeb to 8ccaace Compare December 15, 2023 09:57
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 900ecdf to 394c59d Compare December 27, 2023 11:18
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 13747a9 to 51ebbc3 Compare January 4, 2024 06:53
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 94019e3 to 9247cc7 Compare January 15, 2024 01:02
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 799ee60 to 3cf2dfa Compare January 28, 2024 13:29
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from da1222f to 7322d4a Compare February 2, 2024 04:17
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from b28fc6a to 6e0e3c4 Compare November 27, 2024 16:02
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 6959ee8 to 45714f8 Compare December 19, 2024 05:02
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 9f2ce56 to ea08eca Compare December 20, 2024 18:21
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 9849b85 to f7697ea Compare January 8, 2025 14:04
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from d8aa7b8 to 5688318 Compare January 16, 2025 09:49
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 3d923e1 to d43ccdd Compare January 23, 2025 22:41
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 9660cbe to ce97473 Compare January 28, 2025 09:15
| datasource     | package                                                                                   | from       | to         |
| -------------- | ----------------------------------------------------------------------------------------- | ---------- | ---------- |
| gradle-version | gradle                                                                                    | 8.7        | 8.12.1     |
| maven          | org.sonarqube:org.sonarqube.gradle.plugin                                                 | 6.0.0.5145 | 6.0.1.5171 |
| maven          | org.jetbrains:annotations                                                                 | 26.0.0     | 26.0.2     |
| maven          | org.apache.logging.log4j:log4j-slf4j2-impl                                                | 2.22.0     | 2.24.3     |
| maven          | org.apache.logging.log4j:log4j-core                                                       | 2.22.0     | 2.24.3     |
| maven          | org.apache.logging.log4j:log4j-api                                                        | 2.22.0     | 2.24.3     |
| maven          | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin                                 | 6.23.2     | 6.25.0     |
| maven          | com.diffplug.spotless:spotless-plugin-gradle                                              | 6.23.2     | 6.25.0     |
| maven          | io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin                     | 1.23.4     | 1.23.7     |
| maven          | io.gitlab.arturbosch.detekt:detekt-gradle-plugin                                          | 1.23.4     | 1.23.7     |
| maven          | com.gradle.develocity:com.gradle.develocity.gradle.plugin                                 | 3.17.2     | 3.19.1     |
| maven          | org.assertj:assertj-core                                                                  | 3.24.2     | 3.27.3     |
| maven          | io.kotest:kotest-runner-junit5                                                            | 5.8.0      | 5.9.1      |
| maven          | io.kotest:kotest-property                                                                 | 5.8.0      | 5.9.1      |
| maven          | io.kotest:kotest-framework-engine                                                         | 5.8.0      | 5.9.1      |
| maven          | io.kotest:kotest-assertions-core                                                          | 5.8.0      | 5.9.1      |
| maven          | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin                     | 0.8.1      | 0.9.1      |
| maven          | org.junit.jupiter:junit-jupiter-api                                                       | 5.10.2     | 5.11.4     |
| maven          | org.junit:junit-bom                                                                       | 5.10.2     | 5.11.4     |
| maven          | org.apache.commons:commons-text                                                           | 1.11.0     | 1.13.0     |
| maven          | io.github.gradle-nexus.publish-plugin:io.github.gradle-nexus.publish-plugin.gradle.plugin | 2.0.0-rc-1 | 2.0.0      |
| maven          | com.github.spotbugs:com.github.spotbugs.gradle.plugin                                     | 6.0.1      | 6.1.3      |
| maven          | com.github.spotbugs.snom:spotbugs-gradle-plugin                                           | 6.0.1      | 6.1.3      |
| maven          | io.freefair.lombok:io.freefair.lombok.gradle.plugin                                       | 8.4        | 8.12.1     |
| maven          | io.vavr:vavr                                                                              | 0.10.4     | 0.10.6     |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin                           | 2.0.0      | 2.1.10     |
| maven          | org.jetbrains.kotlin:kotlin-gradle-plugin                                                 | 2.0.0      | 2.1.10     |
@overfullstack overfullstack merged commit 94dccdf into master Feb 8, 2025
1 of 2 checks passed
@renovate renovate bot deleted the renovate/all branch February 8, 2025 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants